home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / restartIPServer / restartIPServer.man < prev    next >
Encoding:
Text File  |  1991-08-11  |  1.6 KB  |  49 lines

  1. '\" Copyright 1990 Regents of the University of California
  2. '\" Permission to use, copy, modify, and distribute this
  3. '\" documentation for any purpose and without fee is hereby
  4. '\" granted, provided that this notice appears in all copies.
  5. '\" The University of California makes no representations about
  6. '\" the suitability of this material for any purpose.  It is
  7. '\" provided "as is" without express or implied warranty.
  8. '\" 
  9. '\" $Header: /sprite/src/admin/restartIPServer/RCS/restartIPServer.man,v 1.3 91/08/11 14:32:47 kupfer Exp $ SPRITE (Berkeley)
  10. '/" 
  11. .so \*(]ltmac.sprite
  12. .HS RESTARTIPSERVER cmds
  13. .BS
  14. '\" Note:  do not modify the .SH NAME line immediately below!
  15. .SH NAME
  16. restartIPServer \- restart IP server and dependent daemons
  17. .SH SYNOPSIS
  18. \fBrestartIPServer\fR [\fIoptions\fR]
  19. .SH OPTIONS
  20. .IP "\f\-r\fR" 15
  21. Start up daemons that run only on the root server.
  22. .BE
  23.  
  24. .SH DESCRIPTION
  25. .PP
  26. This script kills off the IP server and daemons that are known to
  27. communicate using Internet protocols.  It then restarts the server and
  28. a standard set of daemons.  If the script is run on the root server,
  29. additional daemons (e.g., 
  30. .BR bootp )
  31. are started.  The
  32. .B \-r
  33. flag can be used to start up the root server daemons on other machines.
  34. .PP
  35. If the file
  36. .B /hosts/$HOST/nfs
  37. exists, it is run.  This is usually a script to start up an NFS
  38. gateway.
  39. .PP
  40. If the file
  41. .B /hosts/$HOST/ipStart
  42. exists, it is used to fire up the IP server.  This is useful for
  43. starting up a new version of the server for debugging.  If the file
  44. doesn't exist, the server is simply invoked, with all output
  45. redirected to 
  46. .BR /hosts/$HOST/ip.out.
  47. .SH KEYWORDS
  48. IP server
  49.